home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / DefineButton2_117 / BUTTONCONDACTION on(release).as
Text File  |  2006-12-20  |  236b  |  12 lines

  1. on(release){
  2.    if(_parent.NinjinF == false)
  3.    {
  4.       _parent.MasterVolume.stop();
  5.       _parent.Snd01.start();
  6.       _parent.BtnCls();
  7.       Mouse.hide();
  8.       gotoAndStop("Clicked");
  9.       _parent.MeganeF = true;
  10.    }
  11. }
  12.